From: Kenichi Handa Date: Fri, 26 Jun 2009 06:15:54 +0000 (+0000) Subject: (get_adstyle_property): Call font_intern_prop with 1 as X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11786 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8c7fc1f1abf1b573687a8e5db496e62812c8ff66;p=emacs.git (get_adstyle_property): Call font_intern_prop with 1 as the arg FORCE_SYMBOL. --- diff --git a/src/ftfont.c b/src/ftfont.c index 70c1797dce0..789e6a7f685 100644 --- a/src/ftfont.c +++ b/src/ftfont.c @@ -177,7 +177,7 @@ get_adstyle_property (FcPattern *p) || xstrcasecmp (str, "Oblique") == 0 || xstrcasecmp (str, "Italic") == 0) return Qnil; - adstyle = font_intern_prop (str, end - str, 0); + adstyle = font_intern_prop (str, end - str, 1); if (font_style_to_value (FONT_WIDTH_INDEX, adstyle, 0) >= 0) return Qnil; return adstyle;